home *** CD-ROM | disk | FTP | other *** search
/ Graphics & Sound Program…ng Techniques for the Mac / Graphics and Sound Programming Techniques for the Mac.iso / Goodies / Graphics / PictSize 1.0 ƒ / About PictSize next >
Text File  |  1994-11-02  |  2KB  |  35 lines

  1. PictSize by Jason Anderson
  2. ©1994 Beyond Midnight Software (v1.0 November 1994)
  3. Freeware
  4.  
  5. About It
  6.      Have you ever been designing an about box for a program you are working on, and been frustrated when you went to place pictures in the about box? In particular, does the process of determining the size of the picture annoy you? Then PictSize is for you!
  7.      PictSize is a small utility primarily for programmers. It will tell you the dimensions (in pixels) and the size (in bytes or K) of any picture (PICT) currently stored in the clipboard. You can then use this information (for example) in ResEdit when placing PICTs in an alert or dialog box.
  8.  
  9. Operation
  10.      PictSize is extremely easy to use. When you start the application it checks the clipboard to see if there are any  pictures currently there. If there are, it displays the dimensions and size of the PICT. If not, it displays the message “No picture in clipboard”. Note that if PictSize doesn’t have enough memory to store the picture in it’s own application heap, it will also display this message.
  11.      The “Update Info” button does just that - PictSize examines the clipboard again, and displays the dimensions and size of the PICT (if any) in the clipboard. Note that you can also select paste from the Edit menu (or press the keyboard equivalent).
  12.      The “Make true PICT” button is for programs like ClarisWorks which store additional information in the clipboard. This option trashes that information, keeping only the picture.
  13.  
  14. Disclaimer
  15.      THIS PROGRAM AND THE ACCOMPANYING DOCUMENTATION ARE PROVIDED “AS IS”. WHILE EVERY EFFORT HAS BEEN MADE TO TEST THIS SOFTWARE TO ENSURE IT PERFORMS AS EXPECTED, NEITHER THE AUTHOR (JASON ANDERSON) OR BEYOND MIDNIGHT SOFTWARE CAN BE HELD RESPONSIBLE FOR ANY CONSEQUENTIAL, INCIDENTAL OR INDIRECT DAMAGES THROUGH THE USE OF THIS SOFTWARE.
  16.  
  17. Roundup
  18.      I hope that you find PictSize as useful as I have found it to be. Any comments, suggestions or (dare I say it) bug reports should be sent to:
  19.  
  20. Normal Mail:
  21.           Beyond Midnight Software
  22.           PO Box 471
  23.           Devonport  TAS 7310
  24.           Australia
  25.  
  26. e-mail (Internet):
  27.           jason_ga@postoffice.sandybay.utas.edu.au
  28.  
  29. Finally, PictSize is distributed as freeware so feel free to use it as much and as long as you like (and pass it around to all your friends!)
  30.  
  31. PictSize was written using CodeWarrior C.
  32.  
  33. Version History
  34. • v1.0 (November ‘94)
  35.      - Initial release.